    @charset "utf-8";
/* CSS Document */

@keyframes enlarge {

	from {
		transform: scale(0, 0)
	}

	to {
		transform: scale(1, 1)
	}

}


@-moz-keyframes enlarge

/* Firefox */
	{
	from {
		transform: scale(0, 0)
	}

	to {
		transform: scale(1, 1)
	}
}

@-webkit-keyframes enlarge

/* Safari 和 Chrome */
	{
	from {
		transform: scale(0, 0)
	}

	to {
		transform: scale(1, 1)
	}
}

@-o-keyframes enlarge

/* Opera */
	{
	from {
		transform: scale(0, 0)
	}

	to {
		transform: scale(1, 1)
	}
}



@keyframes slide {

	from {
		transform: scale(0, 0)
	}

	to {
		transform: scale(1, 1)
	}

}


@-moz-keyframes slide

/* Firefox */
	{
	from {
		transform: scale(0, 0)
	}

	to {
		transform: scale(1, 1)
	}
}

@-webkit-keyframes slide

/* Safari 和 Chrome */
	{
	from {
		transform: scale(0, 0)
	}

	to {
		transform: scale(1, 1)
	}
}

@-o-keyframes slide

/* Opera */
	{
	from {
		transform: scale(0, 0)
	}

	to {
		transform: scale(1, 1)
	}
}



@media (min-width: 960px){
  .product .cards .card img{
       min-height: 286px;}
}
@media (min-width: 1150px){
  .product .cards .card img{
       min-height: 245px;}
}
@media (min-width: 1200px){
.product .cards .card img{
   min-height: 200px;}
}




@keyframes gradient {

	from {
		background: #333e48;
	}

	to {
		background: #000000;
	}

}


@-moz-keyframes gradient

/* Firefox */
	{
	from {
		background: #333e48;
	}

	to {
		background: #000000;
	}
}

@-webkit-keyframes gradient

/* Safari 和 Chrome */
	{
	from {
		background: #333e48;
	}

	to {
		background: #000000;
	}
}

@-o-keyframes gradient

/* Opera */
	{
	from {
		background: #333e48;
	}

	to {
		background: #000000;
	}
}


@keyframes move {

	0% {
		right: -132px;
	}

	100% {
		right: 0px;
	}

}


@-moz-keyframes move

/* Firefox */
	{
	0% {
		right: -132px;
	}

	100% {
		right: 0px;
	}
}

@-webkit-keyframes move

/* Safari 和 Chrome */
	{
	0% {
		right: -132px;
	}

	100% {
		right: 0px;
	}
}

@-o-keyframes move

/* Opera */
	{
	0% {
		right: -132px;
	}

	100% {
		right: 0px;
	}
}

ul {
	list-style: none;
}

a,
a:hover {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: none;
}
h2{ font-weight: normal; }
/*位置控制*/
.vertical-align {
	font-size: 0
}

.vertical-align:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: ""
}

.vertical-align-bottom,
.vertical-align-middle {
	display: inline-block;
	max-width: 100%;
	font-size: 14px
}

.vertical-align-middle {
	vertical-align: middle
}

.vertical-align-bottom {
	vertical-align: bottom
}
ol, ul {
    padding-left: 0px;
}
/* 导航定位 */
.top {
	position: fixed;
	width: 100%;
	height: 90px;
	background-color: rgba(0, 0, 0, .1);
	left: 0;
	top: 0;
	z-index: 199;
	transition: all ease-in-out .2s;
}

.top .logo1 {
	display: block;
}

.top .logo2 {
	display: none;
}

.top .nav>ul>li {
	box-sizing: border-box;
	float: left;
	margin-left: 8px;
	height: 38px;
	line-height: 38px;
	padding: 0 30px;
	margin-top: 25px;
	font-size: 14px;
	border-radius: 19px;
	font-weight: bold;
	transition: all ease-in-out .2s;
}

.dropdown-menu{
margin-top: 0;
}

.dropdown-menu>li>a:hover{
    background: none;
}
.top .nav ul li.active {
	background-color: rgba(255, 255, 255, .15);
	transition: all ease-in-out .2s;
}

.top .nav ul li img {
	margin-right: 3px;
	transform: translateY(-3px);
}

.logodown {
	display: none;
}

.logoup {
	display: block;
}

.top2 .logodown {
	display: block;
}

.top2 .logoup {
	display: none;
}

.top .nav {
	float: right;
	margin-top: 8px;
}

.top .g-f-l {
	margin-top: 12px;
	margin-right: 75px;
	overflow: hidden;
}

.top .shop {
	margin-top: 20px;
	overflow: hidden;
	position: absolute;
	right: 10%
}


.top .shop a,
.top2 .shop a {
	display: block;
	height: 33px;
}

.top .shop a {
	color: #fff;
}

.top2 .shop a {
	color: #1c1c20;
}

.top .nav>ul>li {
	box-sizing: border-box;
	float: left;
	margin-left: 0;
	height: 38px;
	line-height: 38px;
	padding: 0 12px;
	margin-top: 16px;
	font-size: 14px;
	border-radius: 19px;
	transition: all ease-in-out .2s;
}

.top .nav>ul>li>a {
	color: #fff;
	display: block;
	transition: all ease-in-out .2s;
}

.nav .open>a,.nav .open>a:hover{
    background:none;
}

.dropdown-menu>li>a:hover{
    color: #000;
}

.top .nav ul li.active {
	background-color: rgba(255, 255, 255, .15);
	transition: all ease-in-out .2s;
}

.top .nav ul li img {
	margin-right: 3px;
	transform: translateY(-3px);
}

.top2 {
	height: 90px;
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .07);
}

.top2 .logo2 {
	display: none;
	margin-left: 0px;
	vertical-align: middle;
}
.top2 .nav ul{ padding-left: 0; }
.top2 .nav>ul>li {
	margin-top: 16px;
}

.top2 .nav ul li>a {
	color: #1c1c20;
	display: block;
}

.top2 .nav ul li.active {
	border: 1px solid rgba(0, 0, 0, .1);
}

.top2 .nav ul li.active a {
	color: #d61518;
}

.naver-w {
	position: absolute;
	height: 70px;
	width: 100%;
	background-color: #fff;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .07);
	left: 0;
	top: 71px;
	display: none;
}

.naver {
	position: absolute;
	width: 100%;
	background-color: #fff;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .07);
	left: 0;
	top: 90px;
	text-align: left;
	z-index: 99;
	display: block;
	transition: 0.5s;
	height: 0;
	overflow: hidden;
}

.subnav:hover .naver {
	height: 70px;
}

.top .nav ul li .naver span {
	display: inline-block;
	line-height: 70px;
	font-size: 15px;
	font-weight: normal;
	margin-left: 75px;
}

.top .nav ul li .naver span:last-child {
	margin-right: 20px;
}

.top .nav ul li .naver span a {
	color: #777;
	transition: all ease-in-out .3s;
}

.top .nav ul li .naver span:hover a {
	color: #d61518;
}

/* ------banner图 */
.ban-d {
	background: rgba(249, 249, 249, 0.7);
	color: #36322f;
	border-radius: 8px;
	margin-bottom: 20px;
	padding: 2%;
}

.ban-p {
	display: -webkit-box;
	line-height: 24px;
	text-indent: 4px;
	text-shadow: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.bn-li li {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: url(../images/2_05.jpg)no-repeat center center;
	border: 1px solid #fff;

}

.bn-li .active {
	height: 30px;
	width: 30px;
	margin: 1px;
	background: url(../images/2_03.jpg)no-repeat center center;
}
.g-f-l {
	float: left;
}

.g-f-r {
	float: right;
}
.about{
	margin-top:60px;
	margin-bottom: 60px;
	overflow: hidden;
}
.col50{
	width: 50%;
	float:left;
	overflow: hidden;
}
.col25{
	width: 25%;
	float:left;
	overflow: hidden;
}
.ainfo{ 
	height: 285px;
	min-height: 285px; }
.ab-tit{
	font-size: 24px;
	color: #333;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.ab-tit:after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 50px;
	height: 2px;
	background-color: #ff5a00;
}
.ainfo p{
	margin:0 0 20px;
	padding-right: 60px;
	line-height: 28px;
}
.zhan-info{
	height: 283px;
	background-color: #f6f6f6;
	color: #333;
	padding-top: 40px;
}
.at:after{
	left: 50%;
	transform: translateX(-50%);
}
.at{
	margin-bottom: 40px;
}
.zhan-info p a{
	color: #333;
}
.zhan-info span{
	font-size: 12px;
	padding-top: 15px;
	color:#888888;
}
.btn-more{
	background-color: #ff5a00;
	color: #fff;
	border-radius: 20px;
	padding: 10px 20px;
	margin-top:20px;
	width: 30%;
	transition: all ease-in-out 0.3s;
}
.zhan-info .more{ margin-top:20px; }
.btn-more:hover{ background-color: #fff; color: #333; }
.advange{
	background: url(images/you_bg.jpg)no-repeat;
	width: 100%;
	height: auto;
	padding-top: 100px;
	padding-bottom: 60px;
    background-size: cover;
}
.ad-tit{
	font-size: 30px;
	color: #ddd;
	margin-bottom: 40px;
}
.advange .col-md-7{
	padding-left: 50px;
}
.ad-list .t1{
    overflow: hidden;
    height:56px;
    width: 87px;
    border-radius: 3px;
    line-height: 56px;
    background-color: #fff;
    color: #ff5a00;
    font-size: 36px;
    margin-bottom: 15px;
    transition: all ease-in-out 0.3s;
    white-space: nowrap;
    }
.ad-list .t1:hover,.ad-list .t1.active{
	background-color: #ff5a00;
	color: #fff;
}
.ad-list .t2{
	background: rgba(255,255,255,0.2);
	border-radius: 3px;
	color: #dddddd;
	line-height: 24px;
	font-weight: bold;
	padding: 16px;
	font-size: 15px;
	margin-bottom: 15px;
}
.t2 p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0;
}
.product,.video{
	margin-top:40px;
	margin-bottom: 40px;
	overflow: hidden;
}
.pro-tit h2{
	font-size: 30px;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 60px;
}
.pro-tit h2:after{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	content: "";
	width: 50px;
	height: 2px;
	background-color: #ff5a00;
}
.sinfo{
	background: url(images/ser_bg.jpg) no-repeat center top;
	color: #333;
	padding:20px 40px 30px;
	overflow: hidden;
}
.sinfo .col-md-11{
	padding-left: 20px;
}
.sinfo h2{
	font-size:24px;
	margin-bottom: 20px;
}
.sinfo span{
	font-size: 140px;
	font-family:"Arial";
	position: absolute;
	top:-40px;
	left: -10px;
}
.sinfo p{
	line-height: 26px;
}
.ser-more{
	margin-top: 20px;
}
.ser-more a{
	border: 2px solid #a0a0a0;
	padding: 10px 20px;
	border-radius: 20px;
	transition: all ease-in-out 0.3s;
}
.ser-more a.s2{
	border: 2px solid #ff600a;
	color: #ff600a;}
.ser-more a:hover{
	background-color: #ff600a;
	color: #fff;
	border: 2px solid #ff600a;
}
.sinfo h2.s2,.sinfo span.s2{
	color: #ff600a;
}
.ding{
	background: url(images/dingzhi.jpg) no-repeat center top;
	width: 100%;
	height: auto;
	padding-top: 100px;
	padding-bottom: 60px;
	overflow: hidden;
}
.video-img{
    background: black;
	position: relative;
	overflow: hidden;
}
.video-img img{
	transition:all ease-in-out 0.3s;
}
.video-img:hover img{
	transform: scale(1.2,1.2);
}
.foot {
	background: url(images/foot-bg.jpg);
	padding-top: 42px;

}
.part .col-md-6 img{
	margin-bottom: 10px;
}
.foot .row {
	padding-bottom: 33px;
}

.foot .center-block h3 {
	line-height: 34px;
	color: #fff;
	font-size: 17px;
}

.foot .center-block {
	max-width: 1210px;
}

.foot .row .center-block .col-md-7 {
	overflow: hidden;
}

.foot .foot-b {
	width: 38px;
	height: 3px;
	background: #ff5a00;
	margin-bottom: 24px;
}

.foot .col-md-6 .col-md-4 li a,.f-pro ul li a{
	line-height: 29px;
	font-size: 14px;
	color: #cccccc;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ewm img{
	width: 42% ;
	float:left;
}
.ewm img:nth-child(1){
	margin-right:16%;
}
.ad-list .t1 .iconfont{
    font-size: 47px;
}
.dao1{
	padding-left: 40px;
}
.f-pro li {
	    overflow: hidden;
	    text-overflow: ellipsis;
	width: 50%;
	float: left;
	padding-left: 20px;
	background: url(images/f-pro.jpg)no-repeat 2px 8px;
}

.foot .pro-u {
	margin-top: 61px;
}

.ewm {
	margin: 7px 0;
}

.foot-bt {
	background: #ff5a00;
}

.foot-bt p {
	color: #000;
	line-height: 66px;
	text-align: center;
    margin: 0;
}
.nav-tabs.nav-stacked {
    border-right: 0px solid #ddd;}
.nav-tabs.nav-stacked>li.active>a, .nav-tabs.nav-stacked>li.active>a:focus, .nav-tabs.nav-stacked>li.active>a:hover {
	background: 0 none;
	border: 0;
}
.nav-tabs.nav-stacked>li a{
	padding: 0;
    border: none;
}
.nav-tabs.nav-stacked>li a:after{
	clear:both;content:'';display:block;width:0;height:0;visibility:hidden;
}
.tab .nav li{
	margin-bottom: 0px;
}
.nav-tabs.nav-stacked>li a:hover{
	background: none;
	border: 0 none;
}


















@media (max-width:767px) {
	.inner-ajax-sides {
		display: none;
	}

	.proInfo-items {
		padding: 0px;
	}

	.xzoom-gallery {
		width: 75px;
	}
}

@media (max-width:767px) {
	.inner-ajax-sides {
		display: none;
	}

	.proInfo-items {
		padding: 0px;
	}

	.xzoom-gallery {
		width: 75px;
	}

	.foot3 p {
		display: block;
		line-height: 18px;
	}

	.login .box .in,
	.login .box .bt {
		float: none;
		margin: 2% auto;
	}
}

@media (max-width:1400px) {
	.top .shop {
		position: static
	}
}

@media (max-width:767px) {
	.bn-li li {
		height: 15px;
		width: 15px;
		border-radius: 50%;
		background: url(../images/2_05.jpg)no-repeat center center;

	}

	.bn-li .active {
		height: 15px;
		width: 15px;
		margin: 1px;
		background: url(../images/2_03.jpg)no-repeat center center;
	}
}

@media (max-width:767px) {
	.prod-img .act h2 {
		padding: 0;
	}

	.prod-img .act span {
		padding: 0;
	}

	.foot1-l div .g-f-l p {
		font-size: 12px;
	}

	.foot1-l div .g-f-l div span {
		margin-top: 10px;
		display: block;
	}

	.foot1-l div .g-f-l>div {
		margin-top: 16px;
	}

	.foot1-l>p {
		font-size: 32px;
	}

	.f-n .media-body i {
		display: none;
	}

	.f-n .media-body p {
		line-height: 18px;
		height: 18px;
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.foot1-l h2,
	.f-n .media-left h5 {
		margin: 1px;
		line-height: 20px;
	}

	.f-n .media-left h5 {
		line-height: 13.f-n .media-left h5px;
	}

	.foot1-l h2 {
		margin-bottom: 5px;
	}

	.foot1-l>h2 {
		font-size: 18px;
	}

	.foot1-l h3 {
		padding: 0;
		margin: 0;
	}

	.foot1-l p {
		line-height: 40px;
	}

	.foot1 {
		padding-bottom: 0;
	}

	.foot1-l>p {
		padding: 0;
	}

	.foot2 {
		padding: 0;
	}

	.f-n .media-left h2 {
		font-size: 34px;
	}

	.f-n .media-body h4 {
		font-size: 14px;
		line-height: 16px;
		margin: 0;
	}
	.col50{
		width: 100%;
	}
	.col25{
		width: 50%;
	}
	.zhan-info {
    padding-top: 30px;
	height: auto;
	min-height: 197px;}
	.advange .col-md-7 {
    padding: 50px 0 0;}
    .ad-list .t2{
    	line-height: 24px;
		height: 84px;
		padding: 10px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
    }
    .at {
    margin-bottom: 20px;}
}



#map{
    height:500px;
}
/* ------pro */
.indexcase_cate a {
    display: inline-block;
    margin: 2px;
    line-height: 32px;
    border: 1px #dbdbdb solid;
    padding: 0 30px;
    color: #666;
    border-radius: 5px;
}
.indexcase_cate .active {
    color: #fff;
    background-color:#ff5a00;
    border-color:#ff5a00;
}
.indexcase_cate a:hover {
    color: #fff;
    background-color:#ff5a00;
    border-color:#ff5a00;
}
.ny-news .media{
  padding-bottom: 10px;
  border-bottom: 1px dashed #b8b8b8;
}
.ny-news .date-time {
  display: block;
  background:#eee;
  font-weight: 300;
  width: 100px;
  height: 100px;
  color: #000;
  text-align: center;
  padding-top:17px;
}
.ny-news .date-time > span.big{
  font-size:  30px;
  font-weight: bold;
}
.media-left, .media>.pull-left {
    padding-right: 20px;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.ny-news p.des {
  font-size: 13px;
  color: #827d7d;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}

.ny-news ul.blocks-2 li p.des {
  n-p
  margin-bottom: 5px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.media-heading a{ color:#000;}
.media-heading a:hover{ color:#666;}
.ny-news ul li{list-style:none; margin:0 0 10px 0;}
.news .more{margin:70px auto;}
.news .news_time{display:block;height:30px;color:#999;font-weight:300;}
.news .news_time i{padding-right:8px;color:#f78f28;}
.media-left,.media>.pull-left{padding-right:20px;}
.media-body,.media-left,.media-right{display:table-cell;vertical-align:top;text-align: left;}

footer{ background: url(../images/bottom.jpg) no-repeat center top; padding-top: 30px; padding-bottom: 30px; margin-top: 50px; }
.contact{ border: 1px solid #6dc68b; color: #eeeeee; overflow: hidden; padding: 30px; border-radius: 50px; }
.contact i{font-size: 40px;}
.bot-menu{ margin-top: 20px; margin-bottom: 10px; }
.bot-menu,.bot-menu a{ color: #fff; }
.copy{ color: #fff; }

.n-p p{line-height: 30px;text-indent:3%;margin: 0 4%;}

/* 分页样式 */
.pagination {
    color: #666;
    clear: both;
    margin-top: 1em;
    display: block;
    margin: auto;
}

.pagination li {
    display: inline-block;
}

.pagination a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color: #ff5a00;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pagination li>span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color: #ff5a00;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pagination li.active>span {
    color: #ffffff;
    background: #ff5a00;
}

.pagination .prev::before {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f104";
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.pagination .next::after {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f105";
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.pagination a:not(.goto):hover {
    background-color: #eee;
    color:#ff5a00;
}

.pagination a.cur,
.pagination a.cur:hover {
    background-color: #ff5a00;
    color: #fff;
    border-color: #ff5a00;
    margin-right: 1px
}

.pagination a.disabled {
    background-color: #e6e6e6 !important;
    color: #bbb !important;
    cursor: no-drop
}

.pagination .prev {
    border-radius: 5px 0 0 5px;
}

.pagination .next {
    border-radius: 0 5px 5px 0;
}

.job-txt {
    width: 16.65%;
    height: 50px;
    text-align: center;
    border-right: 1px #999 dotted;
    line-height: 50px;
    padding: 0px;
    margin: 0px auto;
    overflow: hidden;
    border-bottom: 1px #999 dotted;
    float: left;
}
.job-d{
    float: left;
}
.card>img {
    margin: 0 auto;
}
.card .card-heading{
    text-align: center;
}
.eqvideo{
    padding-bottom: 20px;
}
.eqvideo h3{
    text-align: center;
}
.t2 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 0;
}
@media (max-width: 767px) {

    .visible-xs {
        display: block !important
    }

    ul,
    li {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .top_bar {
        position: fixed;
        z-index: 900;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        font-family: Helvetica, Tahoma, Arial, Microsoft YaHei, sans-serif;
    }

    .top_menu {
        display: -webkit-box;
        border-top: 0px solid #3D3D46;
        display: block;
        width: 100%;
        background: rgba(117, 117, 117, 1);
        height: 46px;
        display: -webkit-box;
        display: box;
        margin: 0;
        padding: 0;
        -webkit-box-orient: horizontal;
        box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
    }

    .top_bar .top_menu>li {
        -webkit-box-flex: 1;
        position: relative;
        text-align: center;
    }

    .top_menu li:first-child {
        background: none;
    }

    .top_bar .top_menu>li>a {
        height: 55px;
        margin-right: 1px;
        display: block;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        text-shadow: 0 1px rgba(0, 0, 0, 0.3);
        -webkit-box-flex: 1;
    }

    .top_bar .top_menu>li.home {
        max-width: 70px
    }

    .top_bar .top_menu>li.home a {
        height: 48px;
        width: 48px;
        margin: auto;
        border-radius: 60px;
        position: relative;
        top: 3px;
        left: 2px;
        background: url('__PUBLIC__/images/dwhome.png') no-repeat center center;
        background-size: 100% 100%;
    }

    .top_bar .top_menu>li>a label {
        overflow: hidden;
        margin: 0 0 0 0;
        font-size: 12px;
        display: block !important;
        line-height: 18px;
        text-align: center;
    }

    .top_bar .top_menu>li>a img {
        padding: 0;
        height: 24px;
        width: 24px;
        color: #fff;
        line-height: 48px;
        vertical-align: middle;
    }

    .top_bar li:first-child a {
        display: block;
    }

    .menu_font {
        text-align: left;
        position: absolute;
        right: 10px;
        z-index: 500;
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#524945), to(#48403c), color-stop(60%, #524945));
        border-radius: 5px;
        width: 120px;
        margin-top: 10px;
        padding: 0;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    }

    .menu_font.hidden {
        display: none;
    }

    .menu_font {
        top: inherit !important;
        bottom: 60px;
    }

    .menu_font li a {
        height: 40px;
        margin-right: 1px;
        display: block;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        text-shadow: 0 1px rgba(0, 0, 0, 0.3);
        -webkit-box-flex: 1;
    }

    .menu_font li a {
        text-align: left !important;
    }

    .top_menu li:last-of-type a {
        background: none;
        overflow: hidden;
    }

    .menu_font:after {
        top: inherit !important;
        bottom: -6px;
        border-color: #48403c rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        border-width: 6px 6px 0;
        position: absolute;
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        left: 80%;
    }

    .menu_font li {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .menu_font li:first-of-type {
        border-top: 0;
    }

    .menu_font li:last-of-type {
        border-bottom: 0;
    }

    .menu_font li a {
        height: 40px;
        line-height: 40px !important;
        position: relative;
        color: #fff;
        display: block;
        width: 100%;
        text-indent: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .menu_font li a img {
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-top: -2px;
        color: #fff;
        line-height: 40px;
        vertical-align: middle;
    }

    .menu_font>li>a label {
        padding: 3px 0 0 3px;
        font-size: 14px;
        overflow: hidden;
        margin: 0;
    }

    #menu_list0 {
        right: 0;
        left: 10px;
    }

    #menu_list0:after {
        left: 20%;
    }

    #sharemcover {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        display: none;
        z-index: 20000;
    }

    #sharemcover img {
        position: fixed;
        right: 18px;
        top: 5px;
        width: 260px;
        height: 180px;
        z-index: 20001;
        border: 0;
    }

    .top_bar .top_menu>li>a:hover,
    .top_bar .top_menu>li>a:active {
        background-color: #333;
    }

    .menu_font li a:hover,
    .menu_font li a:active {
        background-color: #333;
    }

    .menu_font li:first-of-type a {
        border-radius: 5px 5px 0 0;
    }

    .menu_font li:last-of-type a {
        border-radius: 0 0 5px 5px;
    }

    #plug-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        z-index: 800;
    }

    #cate18 .device {
        bottom: 49px;
    }

    #cate18 #indicator {
        bottom: 240px;
    }

    #cate19 .device {
        bottom: 49px;
    }

    #cate19 #indicator {
        bottom: 330px;
    }

    #cate19 .pagination {
        bottom: 60px;
    }
}
.friendlink {
    float: left;
    color: #fff;
    line-height: 27px;
}

.friendlink i {
    list-style: none;
    font-style: normal;
    line-height: 30px;
    float: left;
}

.friendlink .linkTagcs {
    text-align: left;
    float: right;
    width: 181px;
    max-height: 30px;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
    line-height: 30px;
}

.friendlink .linkTagcs a {
    display: block;
    color: #fff;
}

.friendlink .linkTagcs:hover {
    max-height: 30px;
    overflow-x: hidden;
    overflow-y: auto;
}